VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfCompositeInteractionController<T> Class
Constructors Properties Methods Events SeeAlso
In This Topic
    WpfCompositeInteractionController<T> Class Members
    In This Topic
    The following tables list the members exposed by WpfCompositeInteractionController<T>.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WpfCompositeInteractionController class.
    Public Properties
     NameDescription
    Public PropertyGets a focused interaction area. (Inherited from WpfInteractionControllerBase)
    Public PropertyGets a value indicating whether this interaction controller has appearance. (Inherited from WpfCompositeInteractionController)
    Public PropertyGets a read-only collection of interaction areas. (Inherited from WpfInteractionControllerBase)
    Public PropertyGets an interactive object of interaction controller.
    Public PropertyGets a value indicating whether controller is activated. (Inherited from WpfInteractionControllerBase)
    Public PropertyGets or sets a value indicating whether interaction controller is enabled. (Inherited from WpfInteractionControllerBase)
    Public PropertyGets a value indicating whether controller is interacting with the interaction object. (Inherited from WpfInteractionControllerBase)
    Public PropertyGets a value indicating whether controller is visible.
    Public PropertyGets a read-only collection of the interaction controllers contained in this composite controller. (Inherited from WpfCompositeInteractionController)
    Protected Properties
     NameDescription
    Protected PropertyGets a list of interaction areas. (Inherited from WpfInteractionControllerBase)
    Public Methods
     NameDescription
    Public MethodDraws the interaction controller appearance on specifed graphics engine. (Inherited from WpfCompositeInteractionController)
    Public MethodOverloaded. Finds an interaction controller which can interact with the specified interaction area. (Inherited from WpfCompositeInteractionController)
    Public MethodReturns the supported UI actions. (Inherited from WpfCompositeInteractionController)
    Public MethodOccurs when interaction controller is activated. (Inherited from WpfCompositeInteractionController)
    Public MethodOccurs when interaction controller is deactivated. (Inherited from WpfCompositeInteractionController)
    Public MethodInvoked when user interacts with an interaction area of interactive object. (Inherited from WpfInteractionControllerBase)
    Public MethodResets the interaction controller. (Inherited from WpfCompositeInteractionController)
    Public MethodUpdates the interaction areas of this controller. (Inherited from WpfCompositeInteractionController)
    Protected Methods
     NameDescription
    Protected MethodRaises the Activated event. (Inherited from WpfCompositeInteractionController)
    Protected MethodRaises the Activating event. (Inherited from WpfCompositeInteractionController)
    Protected MethodRaises the Deactivated event. (Inherited from WpfCompositeInteractionController)
    Protected MethodRaises the Deactivating event. (Inherited from WpfCompositeInteractionController)
    Protected MethodRaises the InteractionFinished event. (Inherited from WpfInteractionControllerBase)
    Protected MethodPerforms an interaction between user and interaction area. (Inherited from WpfCompositeInteractionController)
    Public Events
     NameDescription
    Public EventOccurs when the composite interaction controller is activated. (Inherited from WpfCompositeInteractionController)
    Public EventOccurs when the composite interaction controller is activating. (Inherited from WpfCompositeInteractionController)
    Public EventOccurs when the composite interaction controller is deactivated. (Inherited from WpfCompositeInteractionController)
    Public EventOccurs when the composite interaction controller is deactivating. (Inherited from WpfCompositeInteractionController)
    Public EventOccurs when user interacts with an interaction area of interactive object. (Inherited from WpfInteractionControllerBase)
    Public EventOccurs when interaction is finished. (Inherited from WpfInteractionControllerBase)
    See Also